home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "ID": "Long Integer",
- "City": "Text (50)",
- "State": "Text (50)",
- "Region": "Text (50)"
- },
- "data": [
- {
- "ID": 1,
- "City": "New London",
- "State": "Connecticut",
- "Region": "NorthEast"
- },
- {
- "ID": 2,
- "City": "New Haven",
- "State": "Connecticut",
- "Region": "NorthEast"
- },
- {
- "ID": 3,
- "City": "Norwich",
- "State": "Connecticut",
- "Region": "NorthEast"
- },
- {
- "ID": 4,
- "City": "Meriden",
- "State": "Connecticut",
- "Region": "NorthEast"
- },
- {
- "ID": 5,
- "City": "Lenexa",
- "State": "Kansas",
- "Region": "MidWest"
- },
- {
- "ID": 6,
- "City": "Olathe",
- "State": "Kansas",
- "Region": "MidWest"
- },
- {
- "ID": 7,
- "City": "Leawood",
- "State": "Kansas",
- "Region": "MidWest"
- },
- {
- "ID": 8,
- "City": "Tacoma",
- "State": "Washington",
- "Region": "NorthWest"
- },
- {
- "ID": 9,
- "City": "Puyallup",
- "State": "Washington",
- "Region": "NorthWest"
- },
- {
- "ID": 10,
- "City": "Roslyn",
- "State": "Washington",
- "Region": "NorthWest"
- },
- {
- "ID": 11,
- "City": "Bellevue",
- "State": "Washington",
- "Region": "NorthWest"
- },
- {
- "ID": 12,
- "City": "Kirkland",
- "State": "Washington",
- "Region": "NorthWest"
- },
- {
- "ID": 13,
- "City": "Saint Louis",
- "State": "Missouri",
- "Region": "MidWest"
- },
- {
- "ID": 14,
- "City": "Portland",
- "State": "Oregon",
- "Region": "NorthWest"
- },
- {
- "ID": 15,
- "City": "Warwick",
- "State": "Rhode Island",
- "Region": "NorthEast"
- },
- {
- "ID": 16,
- "City": "Providence",
- "State": "Rhode Island",
- "Region": "NorthEast"
- },
- {
- "ID": 17,
- "City": "Pawtucket",
- "State": "Rhode Island",
- "Region": "NorthEast"
- }
- ]
- }